home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 10171 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: fohnix.metronet.com!not-for-mail
  2. From: milam@fohnix.metronet.com (Stan Milam)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: QUESTION ON C/370
  5. Date: 15 Mar 1996 15:33:03 -0600
  6. Organization: Texas Metronet, Inc  (login info (214/488-2590 - 817/571-0400))
  7. Message-ID: <4icnmf$5j8@fohnix.metronet.com>
  8. References: <4he39r$sh0@mtinsc01-mgt.ops.worldnet.att.net> <60.5592.4396.0N20CBDF@canrem.com> <4hm2l3$hjg@mtinsc01-mgt.ops.worldnet.att.net>
  9. NNTP-Posting-Host: fohnix.metronet.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Arn Trembley (arnold.trembley@worldnet.att.net) wrote:
  13. : Thanks for the reply.
  14.  
  15. : I'm actually using OS/2 Communications Manager in OS/2 Warp for my 3270 
  16. : terminal emulator.  I normally use an ISPF-type editor called SYSD.  In 
  17. : eithter TSO/ISPF or SYSD I can generate any hex character in a text file 
  18. : but the terminal emulator will NOT display back a "[" or "]" graphic.
  19.  
  20. : It makes me wonder how you can reference an array under native C/370.  
  21. : IBM Bookmanager C manuals don't seem to offer any help on this.
  22.  
  23. Try using a trigraph.  array[index] would be array??(index??) using
  24. trigraphs.  Not pretty, but it should work.
  25.  
  26. Rgrds,
  27. Stan Milam.
  28.